+2001-10-06 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
+ non-existent function gdk_x11_cursor_get_xid
+ by gdk_x11_cursor_get_xcursor.
+
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
+2001-10-06 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
+ non-existent function gdk_x11_cursor_get_xid
+ by gdk_x11_cursor_get_xcursor.
+
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
+2001-10-06 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
+ non-existent function gdk_x11_cursor_get_xid
+ by gdk_x11_cursor_get_xcursor.
+
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
+2001-10-06 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
+ non-existent function gdk_x11_cursor_get_xid
+ by gdk_x11_cursor_get_xcursor.
+
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
+2001-10-06 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
+ non-existent function gdk_x11_cursor_get_xid
+ by gdk_x11_cursor_get_xcursor.
+
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
+2001-10-06 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
+ non-existent function gdk_x11_cursor_get_xid
+ by gdk_x11_cursor_get_xcursor.
+
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
+2001-10-06 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
+ non-existent function gdk_x11_cursor_get_xid
+ by gdk_x11_cursor_get_xcursor.
+
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
#define GDK_COLORMAP_XDISPLAY(cmap) (gdk_x11_colormap_get_xdisplay (cmap))
#define GDK_COLORMAP_XCOLORMAP(cmap) (gdk_x11_colormap_get_xcolormap (cmap))
-#define GDK_CURSOR_XDISPLAY(win) (gdk_x11_cursor_get_xdisplay (win))
-#define GDK_CURSOR_XCURSOR(win) (gdk_x11_cursor_get_xid (win))
+#define GDK_CURSOR_XDISPLAY(cursor) (gdk_x11_cursor_get_xdisplay (cursor))
+#define GDK_CURSOR_XCURSOR(cursor) (gdk_x11_cursor_get_xcursor (cursor))
#define GDK_DISPLAY() gdk_display
#define GDK_IMAGE_XDISPLAY(image) (gdk_x11_image_get_xdisplay (image))
#define GDK_IMAGE_XIMAGE(image) (gdk_x11_image_get_ximage (image))